xen/common: Replace __FUNCTION__ with __func__
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 3 Feb 2017 20:51:11 +0000 (20:51 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 7 Feb 2017 13:30:32 +0000 (13:30 +0000)
commit27c8011629ab6cac447ac40cf228d7b1a751be89
treee24f2d696a9911b113964ddc38a489d270ef39a4
parentdbc84d2983969bb47d294131ed9e6bbbdc2aec49
xen/common: Replace __FUNCTION__ with __func__

__func__ is standard C99, whereas __FUNCTION__ is a GCCism.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/grant_table.c
xen/common/libelf/libelf-loader.c
xen/common/wait.c
xen/include/acpi/platform/acgcc.h